Se podría hacer con JavaScript.
Sería añadirle onclick="document.location='micominio.com/url2';return true;"
Prueba a ver así:
Código HTML:
<a href="http://www.nuevodominio.com" onclick="document.location='micominio.com/url2';return true;" target="_blank">Click here</a>