Hello @JoeSa1
Yes, You can use the same key across schemas
if you mark this identified as a primary identity in schemas then all the profiles with similar attribute values will be linked via this identifier.
If you don't want this to happen then you can just define it as an attribute and use its foreign key to link with a lookup table.