Hi,
Do you mean different models?
Here's what the API can do: for one FEMAP instance with multiple models/windows in it, you can retrieve all opened models. Check out Help > 3.16.1.6 feAppGetAllModels.
Then you can retrieve the models' names, put them in a droplist box so the user can select one, and go to it using feAppSetModel for example.
What FEMAP can't do (well not that I know of) is switch between opened instances of FEMAP. If you open FEMAP twice for ex, I dont think you can switch between them.
AP