Hi,
I cam help out here. I was not able to replicate this on my site actually.
Adding the ampersand showed correctly in the tooltip.
You could try changing the tooltip template in your theme following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Following that guide move and edit this file in your child theme:
the-events-calendar\src\views\month\tooltip.php
There you want to change this:
<h4 class="entry-title summary">[[=title]]</h4>
to this:
<h4 class="entry-title summary">[[=raw title]]</h4>
That may resolve the issue.
Let me know how that works out.
If it does not work out please let me know what other customizations you have for the tooltip.
Thanks