How to create more than one new wpdb object?

The $new_db_connection is your new db object.

Just use that to access the other db, ie.

$new_db_connection->get_row("your query");