How to share Mongodb collections between Meteor apps?

Suppose I have a Meteor app say, A which has a collection X.Now, I want to print X’s data in another meteor app, say B.When I create a collection in B with same name as X , then none of the document in that collection come.Please explain.