ok then you would use the same database with different domains.
Upload the same files on both servers
something like this would be in a plugin
Code:
if $_SERVER['SERVER_NAME'] = www.site-a.com
show forum-a ids array here
if $_SERVER['SERVER_NAME'] = www.site-b.com
show forum-b ids array here
It should show up in both admincp's since they share the database.
I just gave a round about example. The above code will not work.