The best workaround for your request that I can think is to create another post type, so that it handles and holds the connection you want to have between the posts from the same CPT (Profile).
Then, you could create a relationship of one-to-many and link this new CPT created with the Profiles CPT, and then you could connect two profiles inside the same post from the new CPT. Does it make sense?