hola, que yo sepa no hay etiquetas para eso, pero te doy una ayudadita.
Porque no pones las tablas en una tabla más grande una en cada celda, te dejo un código de ejemplo
<table border=0 width=100% height=100%>
<tr>
<td width=50%>
<table border=1 width=100% height=100%>
<tr>
<td>tabla 1</td>
</tr>
</table>
</td>
<td width=50%>
<table border=1 width=100% height=100%>
<tr>
<td>tabla 2</td>
</tr>
</table>