Use separate meteor instance for centralized base

I have multiple mobile chat & information applications based on meteor.

But I have same users base for all the apps.

Now I want to create a separate meteor instance on separate individual server to keep the users base centralized.

How can I acheive this architecture with meteor.

Keeping reactivity and performance in mind.