You can load both model and then add the second to your scene.
models a are scene graph so you can load them and add then into the scene
with an addChild where you want to add it into your scene.
for the globe you can image something like that:
globe.viewer.getSceneData().addChild(yourmodel);