If all your plant models are linear, you could use a Linear Parameter-Varying (LPV) system.
Else, I might consider using Enabled Subsystems to switch between Simulink models on the fly. You will have to handle the hand-off of states between plant models. Here is one classic example that shows this with a clutch that can either be locked (1 body) or unlocked (2 bodies).
- Sebastian