As far as I've understood your question, is how to connect multiple different networks to one "larger" network.
So, I think this statement is a misconception, correct me if I'm wrong but every hyperledger fabric network is created initially from one organization, which supposedly is the network initiator (a.k.a. network admin). Moreover, upon the creation of the network, the administrative figure that defines the network is the ordering service which is bonded to the initial organization. However, the initial state of the network changes as new members enter the network. The thing is that the new members who are entering the network do not have nor belong to another network. They enter the network created by the initial organization.
You might find the following documentation helpful:
https://hyperledger-fabric.readthedocs.io/en/release-1.3/network/network.html
I hope this helped you with your confusion.
Finally, you can get started and build a network if you follow this:
https://hyperledger-fabric.readthedocs.io/en/release-1.3/build_network.html