Write to two different catalogs from dbt project

I am working on a request to write data to two different catalogs on same dbt project
Any suggestions on ways to solve the issue?
Thanks in Advance.

Internal_catalog (databricks) → staging
external_catalog (databricks) → custom table (dependent on <Internal_catalog>)