count the total number of multiples of $11$ between 100 to 999.
they are all 3 digits so each of them can be arranged in $3!$ ways.
but changing unit digit and 100th's place digit will give us another multiple of $11$ which is already counted, So there are $\frac{3!}{2}$ arrangements for each multiple.
But some multiple has $0$ in them, and $0$ cannot be in the 100th's place. Find all such multiples and subtract these cases.