Migrations on multi-database app

Is it possible to use migrations to manage databases on a multi-database
application?

Example, I need to have the User/Security aspects of the app in one DB
while all the standard app data is in another.

How to manage both DB’s via the migration apparatus?

regards,