you can set multiple models by defining different names to them.
sap.ui.getCore().setModel(oModel1,"Model1");
sap.ui.getCore().setModel(oModel2,"Model2");
The difference in the binding path will be to prefix the path with 'model name + >'
Ex - Model1>/path