How to add muliple ember application in one html page

Eventually Ember hopes to support Engines, which might allow for the functionality you’re describing. Until then, you might find this example useful. Basically, they manage to put one ember app into an iframe nested within another ember app.