Create a checkbox formula that checks whether it is a contact's birthday or not.
A checkbox will be checked when a contact's birthday arrives
AND( MONTH( Birthdate ) = MONTH(TODAY()), DAY( Birthdate ) = DAY(TODAY()))