Why shouldn't it be possible? Sure you can.... except you have to move it to some other variable, because INDEXES cannot be used as CALL parameters.
01 other-variable pic 9(08) comp.
..............
set other-variable to your-index
call 'program' using other-variable
.... or there's more? (and you didn't tell us about it!)