In the INDIRECT function use single quotes like this:

INDIRECT("'"&A2&"'!A:A")

In "exploded view":

INDIRECT(" ' " & A2 & " ' ! A:A ")