Multiple apps in a single server

Hi folks, I’m a relatively new user of Meteor who is starting to work on a large pre-existing Meteor project. This particular project consists of about half a dozen separate web applications that all share the same backend mongo instance. These separate apps are being developed by different groups, and are typically run in isolation during development - but in production they all sit behind a proxy that routes HTTP requests to the appropriate app.

Now, in (previous company where I worked) we used a different tech stack that allowed apps to be combined in a single server or split up into separate servers, depending on needs of local development convenience vs production load balancing. I’m curious as to whether Meteor can support an “app container” approach like this.