Utilizing a shared object in a different package while having its address

I’m attempting to create a module that utilizes a shared object generated in another package. According to the documentation, ‘Shared’ objects are accessible to anyone on the network. However, I haven’t been able to discover a method for translating the provided address into the actual object.