Doctrine_Manager provides the static method Doctrine_Manager::connection() which opens new connections.
In this example we will show you to open a new connection:
// test.php
// ...
$conn = Doctrine_Manager::connection('mysql://username:password@localhost/test', 'connection 1');