Hola, replica
¿Qué tal esto?
Código HTML:
<td id="celda1">Esta recibe</td>
<td id="celda2"
onMouseOver="style.background='red';document.getElementById('celda1').style.background='blue'"
onMouseOut="style.background='white';document.getElementById('celda1').style.background='white'"
>Esta controla y recibe</td>