Are you using the tasks plugin for task management? It has very nice recurrence options.
If not, you could look into a dataview query. Looking at the frontmatter in your image, I don’t know that its got enough detail to pull it out on a specific day, but, to just get a list of those, something like this might get you started
list from "recurring tasks"
And then, once you have your date information sorted out, some kind of where
clause to filter it down to the specifics you’re looking for.
Hope that helps you get going