I understand that you wish to display images with different filters in different figures which you have obtained from a '.mat' file.
You can follow this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/538319-how-to-display-images-in-separate-figures
This answer explains how you can leverage a loop for obtaining different images in different figures using the 'figure' and 'imshow' functions iteratively inside the loop.
You can refer to the following MATLAB documentations to know more about these functions:
Hope this helps!