How to use extract shortcode in loop?

Have you tried

echo do_shortcode('[your_shortcode attribute1="value" attribute2="another"]');

this should fire the shortcode function in PHP