There not a dead letter trigger that I am aware of, but you could poll. This will sound a bit strange and there are other alternative,
- Create logic app to send poll message to an new queue, say every min
- Trigger Azure Function on that new queue
- The new function polls the dead letter for the first queue.
Its crude and not ideal